﻿





.city-foot-about ul li .tit{border-bottom:1px solid #efefef;margin-bottom:20px;padding-bottom:10px;color:#666;font-size:16px; font-weight:bold; }
.city-foot-about ul li p {
    max-height: 200px;
    color: #999;
    line-height: 2;
    overflow:auto;
	font-size:14px;
}

.city-foot-about ul li p a { color: #999;}

/*友情链接*/
.city-foot-links {
    padding: 0px;
    padding-bottom: 0px;

    margin: 0px auto;
    margin-top: 0px;
    margin-top: 40px;

    padding-bottom: 38px;
    line-height: 30px;
    font-size: 14px;
}
.city-foot-links a {
        margin-right: 5px;
        color: #666;
        display: inline-block;
        font-size: 14px;
    }
    .city-foot-links h3 {
        color: #000;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .city-foot-links h3 a {
        margin-left:20px;
        display:inline-block;
        width: 150px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        background-color: #f67524;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
    }


@media screen and (max-width: 768px){

.city-foot-links {


    width: 100% !important;

    height: auto !important;
     line-height: 30px;
    font-size: 14px;
}

.city-foot-about ul li p { font-size:14px;}

.city-foot-links a { margin-right:0px; }
	
}